home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / SNNSV32.ZIP / SNNSv3.2 / tools / doc / pat_sel.doc < prev    next >
Encoding:
Text File  |  1994-04-25  |  1.2 KB  |  38 lines

  1.                   ===============================
  2.                   Description of the tool PAT_SEL
  3.                   ===============================
  4.  
  5. Given a 'pattern file' and a file containing numbers, PAT_SEL
  6. produces a new 'pattern file' which contains the subset of the first
  7. 'pattern file' which consists of the patterns whose numbers are given
  8. in the 'number file'.
  9.  
  10. Synopsis:
  11. ---------
  12.  
  13. pat_sel <number file> <input pattern file> <output pattern file>
  14.  
  15. Parameters:
  16. -----------
  17. <number file>        : ASCII file which contains positive integer
  18.               numbers (one number per line) in ascending
  19.               order (like it is produced by the tool
  20.               ANALYZE)
  21.  
  22. <input pattern file>    : SNNS pattern file
  23.  
  24. <output pattern file>    : SNNS pattern file which contains the
  25.               selected subset (created by PAT_SEL)
  26.  
  27. Examples:
  28. ---------
  29.  
  30. PAT_SEL can be used to create a pattern file which only contains the
  31. patterns which were classified wrong by a neural network. Therefore a
  32. 'result file' has to be created using SNNS. The result file can be
  33. analyzed be the tool ANALYZE which produces a file containing the
  34. numbers of wrong classified patterns. This 'number file' and the
  35. corresponding 'pattern file' are read by PAT_SEL and the new 'pattern
  36. file' is going to be created.
  37.  
  38.